Skip to content

Bump black from 26.3.0 to 26.3.1#75

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/black-26.3.1
Apr 2, 2026
Merged

Bump black from 26.3.0 to 26.3.1#75
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/black-26.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps black from 26.3.0 to 26.3.1.

Release notes

Sourced from black's releases.

26.3.1

Stable style

  • Prevent Jupyter notebook magic masking collisions from corrupting cells by using exact-length placeholders for short magics and aborting if a placeholder can no longer be unmasked safely (#5038)

Configuration

  • Always hash cache filename components derived from --python-cell-magics so custom magic names cannot affect cache paths (#5038)

Blackd

  • Disable browser-originated requests by default, add configurable origin allowlisting and request body limits, and bound executor submissions to improve backpressure (#5039)
Changelog

Sourced from black's changelog.

Version 26.3.1

Stable style

  • Prevent Jupyter notebook magic masking collisions from corrupting cells by using exact-length placeholders for short magics and aborting if a placeholder can no longer be unmasked safely (#5038)

Configuration

  • Always hash cache filename components derived from --python-cell-magics so custom magic names cannot affect cache paths (#5038)

Blackd

  • Disable browser-originated requests by default, add configurable origin allowlisting and request body limits, and bound executor submissions to improve backpressure (#5039)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [black](https://github.com/psf/black) from 26.3.0 to 26.3.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@26.3.0...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 2, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 2, 2026 15:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 2, 2026
Copy link
Copy Markdown

@senzingdevops senzingdevops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions github-actions bot enabled auto-merge (squash) April 2, 2026 15:33
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

🤖 Claude Code Review

PR Code Review

This is a minimal dependency bump PR — updating black from 26.3.0 to 26.3.1 for Python > 3.11.


Code Quality

  • Style guide: No application code changed.
  • No commented-out code: N/A
  • Meaningful variable names: N/A
  • DRY principle: N/A
  • Defects: No logic changes; patch version bump of a dev/lint tool carries minimal risk.
  • CLAUDE.md: No concerns.

Testing

  • ✅ No new functions or endpoints introduced; existing test suite covers this adequately.

Documentation

  • CHANGELOG.md not updated — dependency bumps, even patch-level ones, should typically be noted. Check project convention; if dependency bumps are tracked (e.g. via Dependabot entries in the changelog), this is missing.

Security

  • ✅ No hardcoded credentials, no sensitive data, no .lic files.

Summary: This is a straightforward patch bump of black for Python > 3.11. The only potential gap is a missing CHANGELOG entry, depending on project convention. No functional or security concerns.

Automated code review analyzing defects and coding standards

@github-actions github-actions bot merged commit 6057553 into main Apr 2, 2026
14 checks passed
@github-actions github-actions bot deleted the dependabot/pip/black-26.3.1 branch April 2, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant